SafetyTipInfo

data class SafetyTipInfo(safetyTipStatus: SafetyTipStatus, safeUrl: String?)

Constructors

SafetyTipInfo
Link copied to clipboard
fun SafetyTipInfo(safetyTipStatus: SafetyTipStatus, safeUrl: String? = null)

Properties

safetyTipStatus
Link copied to clipboard
val safetyTipStatus: SafetyTipStatus
Describes whether the page triggers any safety tips or reputation warnings.
safeUrl
Link copied to clipboard
val safeUrl: String? = null
The URL the safety tip suggested ("Did you mean?").

Sources

jvm source
Link copied to clipboard